Build binary distros on Windows using emacs-VERSION as root dir name.
authorChristoph Scholtes <cschol2112@gmail.com>
Sun, 25 Jul 2010 03:53:37 +0000 (05:53 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 25 Jul 2010 03:53:37 +0000 (05:53 +0200)
* nt/makefile.w32-in: Copy README.W32 to installation directory
  during `make install'.  Remove README.W32 with `distclean' (in
  case Emacs was installed in place).  Use temporary directory to
  create distribution zip files in `dist' target.
* nt/zipdist.bat: Simplify code using temporary directory.

1  2 
nt/ChangeLog

diff --cc nt/ChangeLog
index 7eee64baf89edd159421b82ca57438cc051f1ef0,4dba27d24e06dc488793dbaa1da6dc09e8ce39fd..648504ce223b0d39702cd54bf4b65b0f1c325122
@@@ -1,7 -1,11 +1,17 @@@
 -2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
++2010-07-25  Christoph Scholtes  <cschol2112@gmail.com>
++
++      Build binary distros on Windows using emacs-VERSION as root dir name.
+       * makefile.w32-in: Copy README.W32 to installation directory
+       during `make install'.  Remove README.W32 with `distclean' (in
+       case Emacs was installed in place).  Use temporary directory to
+       create distribution zip files in `dist' target.
+       * zipdist.bat: Simplify code using temporary directory.
 +2010-07-25  Juanma Barranquero  <lekktu@gmail.com>
 +
 +      * runemacs.c (set_user_model_id): Fix prototype.
 +
  2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
  
        New make target for Windows platform: make dist (bug#6602)